Pro D3.js by Marcos Iglesias
Author:Marcos Iglesias
Language: eng
Format: epub
ISBN: 9781484252031
Publisher: Apress
Getting Set Up to Contribute
To start contributing to Britecharts, we need to set up our machine to develop with the library. In this section, we learn what is a project “fork” and how to create it. We also create a branch and run the project documentation, demos, and sandbox in our development machine.
Setting Up the Repository
The first thing we do to start developing in Britecharts is the setup of our copy of the library. With this copy, we can download the latest changes in the code and propose changes to the original project. We do this by creating a “fork,” that is, a copy of Britecharts linked to our personal GitHub account.
In the rest of the chapter, I assume you have a GitHub account, although if you don’t, GitHub will prompt you to create one. We start by creating our fork of Britecharts by clicking the “fork” button at the top right corner of the repository page ( https://github.com/eventbrite/britecharts ).
Then, we clone the repository in our machine by clicking the “Clone and download” green button and copying the URL. Now we can open a new terminal window and type “git clone https://github.com/<OUR_HANDLE>/britecharts.git ” to create a folder with the latest version of Britecharts.
After downloading, we can get into the repository by typing “cd britecharts”. We need to pull the library dependencies by running “yarn install”. If you don’t have yarn in your machine, follow the instructions in their site ( https://yarnpkg.com/en/docs/install ) to download and install this package manager utility. Yarn requires Node.js, and at the time of writing, we are using version 12.2.0, that you can find in https://nodejs.org/en/download/ .
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12590)
Hello! Python by Anthony Briggs(9926)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9802)
The Mikado Method by Ola Ellnestam Daniel Brolund(9786)
Dependency Injection in .NET by Mark Seemann(9348)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7771)
Grails in Action by Glen Smith Peter Ledbrook(7705)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7566)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7161)
Microservices with Go by Alexander Shuiskov(6928)
Practical Design Patterns for Java Developers by Miroslav Wengner(6843)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6788)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6423)
Angular Projects - Third Edition by Aristeidis Bampakos(6204)
The Art of Crafting User Stories by The Art of Crafting User Stories(5718)
NetSuite for Consultants - Second Edition by Peter Ries(5652)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5464)
Kotlin in Action by Dmitry Jemerov(5073)
